jobid = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:20:00') print(f'jobid = {jobid}')
command = f'./dlojz1_1.py -b {batch_size} --image-size {image_size} --test' jobid = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:10:00') print(f'jobid = {jobid}')
n_gpu = 1 batch_size = [8, 16, 32, 64, 128, 256, 512, 1024] command = [f'./dlojz1_1.py -b {b} --image-size {image_size} --test' for b in batch_size] jobids = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:10:00') print(f'jobids = {jobids}')
command = f'./dlojz1_2.py -b {batch_size} --image-size {image_size} --test' jobid = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:10:00') print(f'jobid = {jobid}')
n_gpu = 1 batch_size = [16, 32, 64, 128, 256, 512, 1024, 2048] command = [f'./dlojz1_2.py -b {b} --image-size {image_size} --test --num-workers 10' for b in batch_size] jobids = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:10:00') print(f'jobids = {jobids}')
command = f'./dlojz1_2.py -b {bs_optim} --image-size {image_size} --test' jobid = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:10:00') print(f'jobid = {jobid}')
command = f'./dlojz1_3.py -b {bs_optim} --image-size {image_size} --test' jobid = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:10:00') print(f'jobid = {jobid}')
n_gpu = 1 batch_size = [16, 32, 64, 128, 256, 512, 1024, 2048] command = [f'./dlojz1_3.py -b {b} --image-size {image_size} --test --num-workers 12' for b in batch_size] jobids = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:10:00') print(f'jobids = {jobids}')
n_gpu = 1 batch_size = [16, 32, 64, 128, 256, 512, 1024, 2048] command = [f'./dlojz1_3.py -b {b} --image-size {image_size} --test --num-workers 12' for b in batch_size] jobids = gpu_jobs_submitter(command, n_gpu, MODULE, name=name, account=account, time_max='00:10:00') print(f'jobids = {jobids}')